home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / indiana.swf / scripts / frame_9 / PlaceObject2_444_598 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  107 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.indiana))
  3.    {
  4.       _root.indiana._y += 4;
  5.    }
  6. }
  7.